s/gdk_spawn/gdk_spawn_on_screen/.
authorMark McLoughlin <mark@skynet.ie>
Wed, 10 Dec 2003 14:17:07 +0000 (14:17 +0000)
committerMark McLoughlin <markmc@src.gnome.org>
Wed, 10 Dec 2003 14:17:07 +0000 (14:17 +0000)
2003-12-10  Mark McLoughlin  <mark@skynet.ie>

        * gdk/linux-fb/gdkspawn-fb.c,
          gdk/win32/gdkspawn-win32.c,
          gdk/x11/gdkspawn-x11.c: (gdk_spawn_command_line_on_screen):
        s/gdk_spawn/gdk_spawn_on_screen/.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/linux-fb/gdkspawn-fb.c
gdk/win32/gdkspawn-win32.c
gdk/x11/gdkspawn-x11.c

index 82a5eb01deb602c81e75c8a9c70b4854663111da..5e705fc853487e264b47452f5a4864f1ab2e57ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-12-10  Mark McLoughlin  <mark@skynet.ie>
+
+       * gdk/linux-fb/gdkspawn-fb.c,
+         gdk/win32/gdkspawn-win32.c,
+         gdk/x11/gdkspawn-x11.c: (gdk_spawn_command_line_on_screen):
+       s/gdk_spawn/gdk_spawn_on_screen/.
+
 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
 
        Utility functions for multi-screen applications which need
index 82a5eb01deb602c81e75c8a9c70b4854663111da..5e705fc853487e264b47452f5a4864f1ab2e57ff 100644 (file)
@@ -1,3 +1,10 @@
+2003-12-10  Mark McLoughlin  <mark@skynet.ie>
+
+       * gdk/linux-fb/gdkspawn-fb.c,
+         gdk/win32/gdkspawn-win32.c,
+         gdk/x11/gdkspawn-x11.c: (gdk_spawn_command_line_on_screen):
+       s/gdk_spawn/gdk_spawn_on_screen/.
+
 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
 
        Utility functions for multi-screen applications which need
index 82a5eb01deb602c81e75c8a9c70b4854663111da..5e705fc853487e264b47452f5a4864f1ab2e57ff 100644 (file)
@@ -1,3 +1,10 @@
+2003-12-10  Mark McLoughlin  <mark@skynet.ie>
+
+       * gdk/linux-fb/gdkspawn-fb.c,
+         gdk/win32/gdkspawn-win32.c,
+         gdk/x11/gdkspawn-x11.c: (gdk_spawn_command_line_on_screen):
+       s/gdk_spawn/gdk_spawn_on_screen/.
+
 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
 
        Utility functions for multi-screen applications which need
index 82a5eb01deb602c81e75c8a9c70b4854663111da..5e705fc853487e264b47452f5a4864f1ab2e57ff 100644 (file)
@@ -1,3 +1,10 @@
+2003-12-10  Mark McLoughlin  <mark@skynet.ie>
+
+       * gdk/linux-fb/gdkspawn-fb.c,
+         gdk/win32/gdkspawn-win32.c,
+         gdk/x11/gdkspawn-x11.c: (gdk_spawn_command_line_on_screen):
+       s/gdk_spawn/gdk_spawn_on_screen/.
+
 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
 
        Utility functions for multi-screen applications which need
index 82a5eb01deb602c81e75c8a9c70b4854663111da..5e705fc853487e264b47452f5a4864f1ab2e57ff 100644 (file)
@@ -1,3 +1,10 @@
+2003-12-10  Mark McLoughlin  <mark@skynet.ie>
+
+       * gdk/linux-fb/gdkspawn-fb.c,
+         gdk/win32/gdkspawn-win32.c,
+         gdk/x11/gdkspawn-x11.c: (gdk_spawn_command_line_on_screen):
+       s/gdk_spawn/gdk_spawn_on_screen/.
+
 2003-12-10  Mark McLoughlin  <mark@skynet.ie>
 
        Utility functions for multi-screen applications which need
index e00b49734c212757245e115bbc241c27b5f4bd94..8fdd9b4161b736fe932e27be24d174ee2ebe8c22 100644 (file)
@@ -93,11 +93,11 @@ gdk_spawn_command_line_on_screen (GdkScreen    *screen,
                           error))
     return FALSE;
 
-  retval = gdk_spawn (screen,
-                     NULL, argv, NULL,
-                     G_SPAWN_SEARCH_PATH,
-                     NULL, NULL, NULL,
-                     error);
+  retval = gdk_spawn_on_screen (screen,
+                               NULL, argv, NULL,
+                               G_SPAWN_SEARCH_PATH,
+                               NULL, NULL, NULL,
+                               error);
   g_strfreev (argv);
 
   return retval;
index e00b49734c212757245e115bbc241c27b5f4bd94..8fdd9b4161b736fe932e27be24d174ee2ebe8c22 100644 (file)
@@ -93,11 +93,11 @@ gdk_spawn_command_line_on_screen (GdkScreen    *screen,
                           error))
     return FALSE;
 
-  retval = gdk_spawn (screen,
-                     NULL, argv, NULL,
-                     G_SPAWN_SEARCH_PATH,
-                     NULL, NULL, NULL,
-                     error);
+  retval = gdk_spawn_on_screen (screen,
+                               NULL, argv, NULL,
+                               G_SPAWN_SEARCH_PATH,
+                               NULL, NULL, NULL,
+                               error);
   g_strfreev (argv);
 
   return retval;
index 3309c8961ad297d6c5a21235e51589832b573cad..262327ef5ea372dc9843a47a0c7881cbb5c396ce 100644 (file)
@@ -225,11 +225,11 @@ gdk_spawn_command_line_on_screen (GdkScreen    *screen,
                           error))
     return FALSE;
 
-  retval = gdk_spawn (screen,
-                     NULL, argv, NULL,
-                     G_SPAWN_SEARCH_PATH,
-                     NULL, NULL, NULL,
-                     error);
+  retval = gdk_spawn_on_screen (screen,
+                               NULL, argv, NULL,
+                               G_SPAWN_SEARCH_PATH,
+                               NULL, NULL, NULL,
+                               error);
   g_strfreev (argv);
 
   return retval;